'宣言 Public Overloads Sub WriteEnum(Of T As {New, Struct})( _ ByVal name As System.String, _ ByVal v As T _ )
'使用法 Dim instance As C1WriterBase Dim name As System.String Dim v As T instance.WriteEnum(Of T)(name, v)
public void WriteEnum<T>( System.string name, T v ) where T: new(), struct
C1WriterBase クラス C1WriterBase メンバ オーバーロード一覧